From: Andreas Schwab Date: Sat, 7 Dec 2002 18:59:17 +0000 (+0000) Subject: (eshell-ls-product-regexp): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29350 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8bc97c3d348f69ffcf5887d74c0441b5fde17aee;p=emacs.git (eshell-ls-product-regexp): Fix typo. --- diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 9ddffc6acf0..dc8d09eac9c 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -177,7 +177,7 @@ files." :group 'eshell-ls) (defcustom eshell-ls-product-regexp - "\\.\\(elc\\|o\\(bj\\)?\\|a\\||lib\\|res\\)\\'" + "\\.\\(elc\\|o\\(bj\\)?\\|a\\|lib\\|res\\)\\'" "*A regular expression that matches names of product files. Products are files that get generated from a source file, and hence ought to be recreatable if they are deleted."